home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFE6__ / PROTO / P / PW_LIFE_.H < prev   
Text File  |  1991-08-16  |  827b  |  33 lines

  1.  
  2. /* ======================================================= */
  3.  
  4. /* Initialize us so all our routines can be activated */
  5. void Init_Life_4a(void);
  6.  
  7. /* Close our window */
  8. void Close_Life_4a(WindowPtr whichWindow);
  9.  
  10. /* Handle resizing scrollbars */
  11. void Resized_Life_4a(Rect *OldRect, WindowPtr whichWindow);
  12.  
  13. /* Our window was moved */
  14. void Moved_Life_4a(Rect *OldRect, WindowPtr whichWindow);
  15.  
  16. /* Update our window, someone uncovered a part of us */
  17. void Update_Life_4a(WindowPtr whichWindow);
  18.  
  19. /* Open our window and draw everything */
  20. void Open_Life_4a(void);
  21.  
  22. /* Handle activation of our window */
  23. void Activate_Life_4a(WindowPtr whichWindow, Boolean Do_An_Activate);
  24.  
  25. /* Handle action to our window, like controls */
  26. void Do_Life_4a(EventRecord *myEvent);
  27.  
  28.  
  29. /* ======================================================= */
  30.  
  31.  
  32.  
  33.